const net/http.http2ErrCodeProtocol
62 uses
net/http (current package)
h2_bundle.go#L1345: http2ErrCodeProtocol http2ErrCode = 0x1
h2_bundle.go#L1362: http2ErrCodeProtocol: "PROTOCOL_ERROR",
h2_bundle.go#L2136: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L2142: return fr.connError(http2ErrCodeProtocol,
h2_bundle.go#L2147: return fr.connError(http2ErrCodeProtocol, fmt.Sprintf("unexpected CONTINUATION for stream %d", fh.StreamID))
h2_bundle.go#L2191: return nil, http2connError{http2ErrCodeProtocol, "DATA frame with stream ID 0"}
h2_bundle.go#L2211: return nil, http2connError{http2ErrCodeProtocol, "pad size larger than data payload"}
h2_bundle.go#L2322: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2450: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2488: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2553: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2556: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2616: return nil, http2connError{http2ErrCodeProtocol, "HEADERS frame with stream ID 0"}
h2_bundle.go#L2642: return nil, http2streamError(fh.StreamID, http2ErrCodeProtocol)
h2_bundle.go#L2751: return nil, http2connError{http2ErrCodeProtocol, "PRIORITY frame with stream ID 0"}
h2_bundle.go#L2804: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2832: return nil, http2connError{http2ErrCodeProtocol, "CONTINUATION frame with stream ID 0"}
h2_bundle.go#L2892: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2914: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3181: return mh, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3193: return mh, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3221: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, invalid}
h2_bundle.go#L3228: return nil, http2StreamError{mh.StreamID, http2ErrCodeProtocol, err}
h2_bundle.go#L3538: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3546: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3550: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L4499: sc.rejectConn(http2ErrCodeProtocol, "invalid settings")
h2_bundle.go#L5546: return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5586: return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5611: return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5627: return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5659: return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5723: return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5731: return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5823: return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5865: return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L5978: return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6006: return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6023: return sc.countError("over_max_streams", http2streamError(id, http2ErrCodeProtocol))
h2_bundle.go#L6108: return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6112: return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6116: return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6125: return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L6140: return sc.countError("priority", http2streamError(streamID, http2ErrCodeProtocol))
h2_bundle.go#L6202: return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6208: return nil, nil, sc.countError("bad_connect", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6221: return nil, nil, sc.countError("bad_path_method", http2streamError(f.StreamID, http2ErrCodeProtocol))
h2_bundle.go#L6268: return nil, nil, sc.countError(res.InvalidReason, http2streamError(st.id, http2ErrCodeProtocol))
h2_bundle.go#L8025: if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
h2_bundle.go#L9564: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9609: Code: http2ErrCodeProtocol,
h2_bundle.go#L9638: Code: http2ErrCodeProtocol,
h2_bundle.go#L9803: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9809: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9814: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9937: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9966: Code: http2ErrCodeProtocol,
h2_bundle.go#L9974: Code: http2ErrCodeProtocol,
h2_bundle.go#L9983: Code: http2ErrCodeProtocol,
h2_bundle.go#L10137: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L10249: if f.ErrCode == http2ErrCodeProtocol {
h2_bundle.go#L10342: return http2ConnectionError(http2ErrCodeProtocol)